Returns an Integer. Performs a bitwise exclusive or on value1 and value2.
Syntax |
|---|
|
result = Bitwise.BitXor( value1, value2, [ParamArray...MoreValues] ) |
Parameters |
|
|---|---|
|
value1 |
|
|
value2 |
|
|
ParamArray...MoreValues |
Integer (Optional) |
Return Value |
|
|---|---|
|
Result |
|
Notes
If any optional parameters value3 to valueN are passed, BitXor returns the progressive results of each operation.